Builder

class Builder

A builder of Address.

Since

8.0.0

Functions

Link copied to clipboard
open fun build(): Address
Returns a new Address instance built from the current state of this builder.
Link copied to clipboard
open fun city(city: String): Address.Builder
Sets the city of the address.
Link copied to clipboard
open fun dependentLocality(dependentLocality: String): Address.Builder
Sets the dependent locality of the address.
Link copied to clipboard
open fun state(state: String): Address.Builder
Sets the state of the address.
Link copied to clipboard
Sets the full street address.
Link copied to clipboard
Sets the zip code of the address.